@charset "utf-8";

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/*player.css*/
.ppsImg {
    width: 60%;
    float: left;
}
.play-box {
    overflow: hidden;
    position: relative;
    height: 516px;
    z-index: 55;
    background: #fff;
}

.play-prev,
.play-next {
    width: 55px;
    height: 97px;
    background-image: url('../../../images/focus-prev.png');
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -48px;
    z-index: 3;
    cursor: pointer;
}
.play-next {
    left: auto;
    right: 0;
    background-image: url('../../../images/focus-next.png');
}

.play-box>ul>li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.play-box>ul>li .play-box-l {
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0.7);
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 2;
}

.play-box>ul>li .play-box-l>dl>dt {
    color: #009CFF;
    font-size: 30px;
    display: table;
}

.play-box>ul>li .play-box-l>dl>dd {
    font-size: 20px;
    line-height: 40px;
    padding-left: 15px;
}

.play-box>ul>li .play-box-l>dl>dd a {
    color: inherit;
    text-decoration: none;
}

.play-box>ul>li .play-box-l>dl>dd a:hover {
    color: #009cff;
    text-decoration: underline;
}

.play-box>ul>li .play-box-r {
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
}

.play-box>ul>li .play-box-r a {
	display: block;
    width: 100%;
    height: 100%;
}

.play-box>ul>li .play-box-r img {
    width: 100%;
    height: 100%;
}

.play-box ol {
	right: 10px;
    bottom: 5px;
    height: 20px;
    position: absolute;
    z-index: 222;
}

.play-box ol>li {
    float: left;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin: 0 5px;
    background: #fff;
}

.play-box ol>li.on {
    background: #13508f;
}
